home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / games / zmud32.zip / ZMUD.EXE / 0 / RCDATA / TEXPORTDIALOG / TEXPORTDIALOG.txt
Text File  |  1996-08-04  |  3KB  |  126 lines

  1. object ExportDialog: TExportDialog
  2.   Left = 269
  3.   Top = 160
  4.   ActiveControl = OKBtn
  5.   BorderStyle = bsDialog
  6.   Caption = 'Export'
  7.   ClientHeight = 148
  8.   ClientWidth = 250
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = [fsBold]
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object OKBtn: TBitBtn
  18.     Left = 160
  19.     Top = 14
  20.     Width = 77
  21.     Height = 27
  22.     Caption = 'OK'
  23.     Default = True
  24.     Font.Color = clBlack
  25.     Font.Height = -11
  26.     Font.Name = 'MS Sans Serif'
  27.     Font.Style = []
  28.     ParentFont = False
  29.     TabOrder = 0
  30.     OnClick = OKBtnClick
  31.     Margin = 2
  32.     NumGlyphs = 2
  33.     Spacing = -1
  34.     IsControl = True
  35.   end
  36.   object CancelBtn: TBitBtn
  37.     Left = 160
  38.     Top = 52
  39.     Width = 77
  40.     Height = 27
  41.     Cancel = True
  42.     Caption = 'Cancel'
  43.     Font.Color = clBlack
  44.     Font.Height = -11
  45.     Font.Name = 'MS Sans Serif'
  46.     Font.Style = []
  47.     ModalResult = 2
  48.     ParentFont = False
  49.     TabOrder = 1
  50.     Margin = 2
  51.     NumGlyphs = 2
  52.     Spacing = -1
  53.     IsControl = True
  54.   end
  55.   object GroupBox1: TGroupBox
  56.     Left = 8
  57.     Top = 8
  58.     Width = 137
  59.     Height = 129
  60.     Caption = 'Options'
  61.     Font.Color = clBlack
  62.     Font.Height = -11
  63.     Font.Name = 'MS Sans Serif'
  64.     Font.Style = []
  65.     ParentFont = False
  66.     TabOrder = 2
  67.     object Aliases: TCheckBox
  68.       Left = 24
  69.       Top = 24
  70.       Width = 81
  71.       Height = 17
  72.       Alignment = taLeftJustify
  73.       Caption = 'Aliases'
  74.       State = cbChecked
  75.       TabOrder = 0
  76.     end
  77.     object Triggers: TCheckBox
  78.       Left = 24
  79.       Top = 56
  80.       Width = 81
  81.       Height = 17
  82.       Alignment = taLeftJustify
  83.       Caption = 'Triggers'
  84.       State = cbChecked
  85.       TabOrder = 1
  86.     end
  87.     object Macros: TCheckBox
  88.       Left = 24
  89.       Top = 72
  90.       Width = 81
  91.       Height = 17
  92.       Alignment = taLeftJustify
  93.       Caption = 'Macros'
  94.       State = cbChecked
  95.       TabOrder = 2
  96.     end
  97.     object Variables: TCheckBox
  98.       Left = 24
  99.       Top = 40
  100.       Width = 81
  101.       Height = 17
  102.       Alignment = taLeftJustify
  103.       Caption = 'Variables'
  104.       State = cbChecked
  105.       TabOrder = 3
  106.     end
  107.     object DoInherited: TCheckBox
  108.       Left = 16
  109.       Top = 104
  110.       Width = 105
  111.       Height = 17
  112.       Alignment = taLeftJustify
  113.       Caption = 'Export Inherited'
  114.       TabOrder = 4
  115.     end
  116.   end
  117.   object SaveFile: TSaveDialog
  118.     DefaultExt = 'ZSC'
  119.     FileEditStyle = fsEdit
  120.     Filter = 'zMUD scripts|*.ZSC|Text file|*.TXT|All files|*.*'
  121.     Options = [ofOverwritePrompt, ofHideReadOnly]
  122.     Left = 168
  123.     Top = 88
  124.   end
  125. end
  126.